home *** CD-ROM | disk | FTP | other *** search
/ The Best of Down Under Games / The Best of Down Under Games.iso / 3dfx Screen Savers / VoodooLights / Sources / hw.h < prev    next >
C/C++ Source or Header  |  1997-07-19  |  221b  |  12 lines

  1. #ifndef _HW_H_
  2. #define _HW_H_
  3.  
  4. extern Bool hw_ShutdownHardware( void ) ;
  5.  
  6. extern Bool hw_InitHardware( void ) ;
  7.  
  8. extern int hw_ResX, hw_ResY, hw_ResXo2, hw_ResYo2 ;
  9.  
  10. extern Bool hw_RushChipset( void ) ;
  11.  
  12. #endif